github.com/gotd/td/tg.jsonValue.typ (field)
10 uses
github.com/gotd/td/tg (current package)
json_invoke.go#L163: typ jx.Type
json_invoke.go#L290: val.typ = jx.Object
json_invoke.go#L305: val.typ = jx.Array
json_invoke.go#L312: val.typ = jx.String
json_invoke.go#L319: val.typ = jx.Number
json_invoke.go#L326: val.typ = jx.Bool
json_invoke.go#L332: val.typ = jx.Null
json_invoke.go#L347: switch val.typ {
json_invoke.go#L412: return errors.Errorf("unsupported JSON value type: %v", val.typ)
json_invoke.go#L425: if typeVal.typ != jx.String {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |